Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AAE-28530 Fix teams notif status detection #839

Merged

Conversation

atchertchian
Copy link
Contributor

The old action checks completed jobs status: sometimes we notify while there's only one job and none completed, sometimes the job is not completed but there's a failed step.

Modified the jq command to check ".jobs[].steps[]" status instead of ".jobs[]"

Checklist

  • Jira Reference (also in PR title):
  • README updated after adding/changing behaviour of an action
  • Proposed version increment for release:
    • Patch (bugfix)
    • Minor (new feature)
    • Major (breaking changes)
  • External PR link where changes has been tested:

Description

The old action checks completed jobs status: sometimes we notify while there's only one job and none completed, sometimes the job is not completed but there's a failed step.

Modified the jq command to check ".jobs[].steps[]" status instead of ".jobs[]"
@atchertchian atchertchian requested a review from a team as a code owner December 18, 2024 09:46
docs/README.md Outdated Show resolved Hide resolved
@atchertchian atchertchian requested a review from gionn December 18, 2024 11:12
@atchertchian atchertchian merged commit bcebeb8 into master Dec 18, 2024
3 checks passed
@atchertchian atchertchian deleted the improvement/AAE-28530-teams-notifications-fix-status branch December 18, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants